﻿2026-08-04T12:50:29.5682276Z ##[group]Run actions/checkout@v5
2026-08-04T12:50:29.5682814Z with:
2026-08-04T12:50:29.5683191Z   fetch-depth: 2
2026-08-04T12:50:29.5683600Z   repository: BigscreenVR/spt-bs-core
2026-08-04T12:50:29.5686765Z   token: ***
2026-08-04T12:50:29.5687147Z   ssh-strict: true
2026-08-04T12:50:29.5687580Z   ssh-user: git
2026-08-04T12:50:29.5687971Z   persist-credentials: true
2026-08-04T12:50:29.5688392Z   clean: true
2026-08-04T12:50:29.5688773Z   sparse-checkout-cone-mode: true
2026-08-04T12:50:29.5689308Z   fetch-tags: false
2026-08-04T12:50:29.5689685Z   show-progress: true
2026-08-04T12:50:29.5690075Z   lfs: false
2026-08-04T12:50:29.5690428Z   submodules: false
2026-08-04T12:50:29.5690824Z   set-safe-directory: true
2026-08-04T12:50:29.5691264Z   allow-unsafe-pr-checkout: false
2026-08-04T12:50:29.5691729Z ##[endgroup]
2026-08-04T12:50:29.6448421Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-04T12:50:29.6450152Z ##[group]Getting Git version info
2026-08-04T12:50:29.6450950Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-04T12:50:29.6451988Z [command]/usr/bin/git version
2026-08-04T12:50:29.6482090Z git version 2.43.0
2026-08-04T12:50:29.6500987Z ##[endgroup]
2026-08-04T12:50:29.6509153Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/4b0324fc-7eee-4d9e-8e41-6b1564d55279/.gitconfig'
2026-08-04T12:50:29.6516235Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/4b0324fc-7eee-4d9e-8e41-6b1564d55279' before making global git config changes
2026-08-04T12:50:29.6517456Z Adding repository directory to the temporary git global config as a safe directory
2026-08-04T12:50:29.6519621Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-04T12:50:29.6552288Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-04T12:50:29.6570920Z https://github.com/BigscreenVR/spt-bs-core
2026-08-04T12:50:29.6581504Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-04T12:50:29.6583977Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-04T12:50:29.6605640Z refs/heads/main
2026-08-04T12:50:29.6611805Z [command]/usr/bin/git checkout --detach
2026-08-04T12:50:29.7001914Z HEAD is now at 9d65e65df docs: infra register — IR-32 (docs-drift gate blesses its own gen; empty-emit producer self-agrees) + IR-33 (debug clap tree near main-thread stack ceiling, ~6-arg margin; #5 planning input) — todlando U1 mid-lane filings
2026-08-04T12:50:29.7035972Z [command]/usr/bin/git branch --delete --force main
2026-08-04T12:50:29.7069616Z Deleted branch main (was 9d65e65df).
2026-08-04T12:50:29.7077172Z ##[endgroup]
2026-08-04T12:50:29.7077687Z [command]/usr/bin/git submodule status
2026-08-04T12:50:29.7259581Z ##[group]Cleaning the repository
2026-08-04T12:50:29.7262532Z [command]/usr/bin/git clean -ffdx
2026-08-04T12:50:33.5499956Z Removing target/
2026-08-04T12:50:33.5511542Z [command]/usr/bin/git reset --hard HEAD
2026-08-04T12:50:33.5668418Z HEAD is now at 9d65e65df docs: infra register — IR-32 (docs-drift gate blesses its own gen; empty-emit producer self-agrees) + IR-33 (debug clap tree near main-thread stack ceiling, ~6-arg margin; #5 planning input) — todlando U1 mid-lane filings
2026-08-04T12:50:33.5675291Z ##[endgroup]
2026-08-04T12:50:33.5677867Z ##[group]Disabling automatic garbage collection
2026-08-04T12:50:33.5682432Z [command]/usr/bin/git config --local gc.auto 0
2026-08-04T12:50:33.5709061Z ##[endgroup]
2026-08-04T12:50:33.5709805Z ##[group]Setting up auth
2026-08-04T12:50:33.5714471Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-04T12:50:33.5739444Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-04T12:50:33.5931329Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-04T12:50:33.5957633Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-04T12:50:33.6140133Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-04T12:50:33.6178419Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-04T12:50:33.6347572Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-04T12:50:33.6377393Z ##[endgroup]
2026-08-04T12:50:33.6377778Z ##[group]Fetching the repository
2026-08-04T12:50:33.6383588Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +7272ce5f9abb99a65f1546692d451020e9dd9f86:refs/remotes/pull/144/merge
2026-08-04T12:50:34.4648323Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-04T12:50:34.4649042Z  * [new ref]             7272ce5f9abb99a65f1546692d451020e9dd9f86 -> pull/144/merge
2026-08-04T12:50:34.4672275Z ##[endgroup]
2026-08-04T12:50:34.4672824Z ##[group]Determining the checkout info
2026-08-04T12:50:34.4675142Z ##[endgroup]
2026-08-04T12:50:34.4679393Z [command]/usr/bin/git sparse-checkout disable
2026-08-04T12:50:34.4719290Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-04T12:50:34.4742820Z ##[group]Checking out the ref
2026-08-04T12:50:34.4745189Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/144/merge
2026-08-04T12:50:34.5081087Z Previous HEAD position was 9d65e65df docs: infra register — IR-32 (docs-drift gate blesses its own gen; empty-emit producer self-agrees) + IR-33 (debug clap tree near main-thread stack ceiling, ~6-arg margin; #5 planning input) — todlando U1 mid-lane filings
2026-08-04T12:50:34.5083060Z HEAD is now at 7272ce5f9 Merge b110bc821f65a4db7530476a0c5751bc0a65db6a into 9d65e65df7fa34b36708592f04c89c1ca6095c03
2026-08-04T12:50:34.5092920Z ##[endgroup]
2026-08-04T12:50:34.5133669Z [command]/usr/bin/git log -1 --format=%H
2026-08-04T12:50:34.5157192Z 7272ce5f9abb99a65f1546692d451020e9dd9f86
